ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMap<T> Class / Type Property

In This Topic
    Type Property (TreeMap<T>)
    In This Topic
    Gets or sets the type of the treemap.
    Syntax
    'Declaration
     
    Public Property Type As TreeMapType
    public TreeMapType Type {get; set;}
    See Also